.rightHdrCont{
  width: 184px;
  height: 40px;
  padding: 8px 16px 8px 4px;
  gap: 8px;
  display: flex;
  justify-content: right;
  justify-items: center;
  align-items: middle;
}

.rightIconsCont{
  height: 40px;
  width: 40px;
  background-color: rgb(226, 229, 233);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightIconsCont:hover{
  cursor: pointer;
  background-color: rgb(214, 217, 221);
}

.menuIcon{
  height: 18px;
  width: 18px;
}

.messengerIcon{
  height: 20px;
  width: 20px;
}

.notifIcon{
  height: 20px;
  width: 20px;
}

.arrowDownCont{
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgb(248, 248, 248);
  background-color: rgb(229, 229, 229);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.arrowDownCont:hover{
  cursor: pointer;
}

.arrowDown{
  height: 8px;
  width: 8px;
}